home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / StreetsAlleys.dxr / Internal_2_game setup.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  222 b   |  12 lines

  1. global stock, tableau, foundation, points, action, getlist
  2.  
  3. on prepareFrame me
  4.   getlist = VOID
  5.   stock = new(script("card pile"))
  6.   stock.cards = shuffle()
  7.   points = 0
  8.   action = 0
  9.   foundation = [:]
  10.   tableau = [:]
  11. end
  12.